home *** CD-ROM | disk | FTP | other *** search
/ Mastering Internet Develo…oft ActiveX Technologies / Mastering Internet Development with ActiveX (1996)(Microsoft).iso / labs / mainst.mdb / Employees.json < prev    next >
JavaScript Object Notation  |  1996-07-16  |  6KB

  1. {
  2.     "schema": {
  3.         "EmployeeID": "Long Integer",
  4.         "LastName": "Text (20) NOT NULL",
  5.         "FirstName": "Text (10) NOT NULL",
  6.         "Title": "Text (30)",
  7.         "TitleOfCourtesy": "Text (25)",
  8.         "BirthDate": "DateTime",
  9.         "HireDate": "DateTime",
  10.         "Address": "Text (60)",
  11.         "City": "Text (15)",
  12.         "Region": "Text (15)",
  13.         "PostalCode": "Text (10)",
  14.         "Country": "Text (15)",
  15.         "HomePhone": "Text (24)",
  16.         "Extension": "Text (4)",
  17.         "Photo": "OLE (255)",
  18.         "Notes": "Memo/Hyperlink (255)",
  19.         "ReportsTo": "Long Integer"
  20.     },
  21.     "data": [
  22.         {
  23.             "EmployeeID": 1,
  24.             "LastName": "Davolio",
  25.             "FirstName": "Nancy",
  26.             "Title": "Sales Representative",
  27.             "TitleOfCourtesy": "Ms.",
  28.             "BirthDate": "12/08/48 00:00:00",
  29.             "HireDate": "05/01/92 00:00:00",
  30.             "Address": "507 - 20th Ave. E.\r\nApt. 2A",
  31.             "City": "Seattle",
  32.             "Region": "WA",
  33.             "PostalCode": "98122",
  34.             "Country": "USA",
  35.             "HomePhone": "(206) 555-9857",
  36.             "Extension": "5467",
  37.             "Photo": "BINARY_FILE:Employees/0_Photo",
  38.             "Notes": "Education includes a BA in Psychology from Colorado State University in 1970.  She also completed \"The Art of the Cold Call.\"  Nancy is a member of Toastmasters International.",
  39.             "ReportsTo": 2
  40.         },
  41.         {
  42.             "EmployeeID": 2,
  43.             "LastName": "Fuller",
  44.             "FirstName": "Andrew",
  45.             "Title": "Vice President, Sales",
  46.             "TitleOfCourtesy": "Dr.",
  47.             "BirthDate": "02/19/52 00:00:00",
  48.             "HireDate": "08/14/92 00:00:00",
  49.             "Address": "908 W. Capital Way",
  50.             "City": "Tacoma",
  51.             "Region": "WA",
  52.             "PostalCode": "98401",
  53.             "Country": "USA",
  54.             "HomePhone": "(206) 555-9482",
  55.             "Extension": "3457",
  56.             "Photo": "BINARY_FILE:Employees/1_Photo",
  57.             "Notes": "Andrew received his BTS commercial in 1974 and a Ph.D. in International Marketing from the University of Dallas in 1981.  He is fluent in French and Italian and reads German.  He joined the company as a sales representative, was promoted to sales manager in January 1992 and to vice president of sales in March 1993.  Andrew is a member of the Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association."
  58.         },
  59.         {
  60.             "EmployeeID": 3,
  61.             "LastName": "Leverling",
  62.             "FirstName": "Janet",
  63.             "Title": "Sales Representative",
  64.             "TitleOfCourtesy": "Ms.",
  65.             "BirthDate": "08/30/63 00:00:00",
  66.             "HireDate": "04/01/92 00:00:00",
  67.             "Address": "722 Moss Bay Blvd.",
  68.             "City": "Kirkland",
  69.             "Region": "WA",
  70.             "PostalCode": "98033",
  71.             "Country": "USA",
  72.             "HomePhone": "(206) 555-3412",
  73.             "Extension": "3355",
  74.             "Photo": "BINARY_FILE:Employees/2_Photo",
  75.             "Notes": "Janet has a BS degree in Chemistry from Boston College (1984).  She has also completed a certificate program in Food Retailing Management.  Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.",
  76.             "ReportsTo": 2
  77.         },
  78.         {
  79.             "EmployeeID": 4,
  80.             "LastName": "Peacock",
  81.             "FirstName": "Margaret",
  82.             "Title": "Sales Representative",
  83.             "TitleOfCourtesy": "Mrs.",
  84.             "BirthDate": "09/19/37 00:00:00",
  85.             "HireDate": "05/03/93 00:00:00",
  86.             "Address": "4110 Old Redmond Rd.",
  87.             "City": "Redmond",
  88.             "Region": "WA",
  89.             "PostalCode": "98052",
  90.             "Country": "USA",
  91.             "HomePhone": "(206) 555-8122",
  92.             "Extension": "5176",
  93.             "Photo": "BINARY_FILE:Employees/3_Photo",
  94.             "Notes": "Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American Institute of Culinary Arts (1966).  She was assigned to the London office temporarily from July through November 1992.",
  95.             "ReportsTo": 2
  96.         },
  97.         {
  98.             "EmployeeID": 5,
  99.             "LastName": "Buchanan",
  100.             "FirstName": "Steven",
  101.             "Title": "Sales Manager",
  102.             "TitleOfCourtesy": "Mr.",
  103.             "BirthDate": "03/04/55 00:00:00",
  104.             "HireDate": "10/17/93 00:00:00",
  105.             "Address": "14 Garrett Hill",
  106.             "City": "London",
  107.             "PostalCode": "SW1 8JR",
  108.             "Country": "UK",
  109.             "HomePhone": "(71) 555-4848",
  110.             "Extension": "3453",
  111.             "Photo": "BINARY_FILE:Employees/4_Photo",
  112.             "Notes": "Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976.  Upon joining the company as a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent post in London.  He was promoted to sales manager in March 1993.  Mr. Buchanan has completed courses in Successful Telemarketing and International Sales Management.  He is fluent in French.",
  113.             "ReportsTo": 2
  114.         },
  115.         {
  116.             "EmployeeID": 6,
  117.             "LastName": "Suyama",
  118.             "FirstName": "Michael",
  119.             "Title": "Sales Representative",
  120.             "TitleOfCourtesy": "Mr.",
  121.             "BirthDate": "07/02/63 00:00:00",
  122.             "HireDate": "10/17/93 00:00:00",
  123.             "Address": "Coventry House\r\nMiner Rd.",
  124.             "City": "London",
  125.             "PostalCode": "EC2 7JR",
  126.             "Country": "UK",
  127.             "HomePhone": "(71) 555-7773",
  128.             "Extension": "428",
  129.             "Photo": "BINARY_FILE:Employees/5_Photo",
  130.             "Notes": "Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles (MBA, marketing, 1986).  He has also taken courses in Multi-Cultural Selling and Time Management for the Sales Professional.  He is fluent in Japanese and can read and write French, Portuguese, and Spanish.",
  131.             "ReportsTo": 5
  132.         },
  133.         {
  134.             "EmployeeID": 7,
  135.             "LastName": "King",
  136.             "FirstName": "Robert",
  137.             "Title": "Sales Representative",
  138.             "TitleOfCourtesy": "Mr.",
  139.             "BirthDate": "05/29/60 00:00:00",
  140.             "HireDate": "01/02/94 00:00:00",
  141.             "Address": "Edgeham Hollow\r\nWinchester Way",
  142.             "City": "London",
  143.             "PostalCode": "RG1 9SP",
  144.             "Country": "UK",
  145.             "HomePhone": "(71) 555-5598",
  146.             "Extension": "465",
  147.             "Photo": "BINARY_FILE:Employees/6_Photo",
  148.             "Notes": "Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the University of Michigan in 1992, the year he joined the company.  After completing a course entitled \"Selling in Europe\", he was transferred to the London office in March 1993.",
  149.             "ReportsTo": 5
  150.         },
  151.         {
  152.             "EmployeeID": 8,
  153.             "LastName": "Callahan",
  154.             "FirstName": "Laura",
  155.             "Title": "Inside Sales Coordinator",
  156.             "TitleOfCourtesy": "Ms.",
  157.             "BirthDate": "01/09/58 00:00:00",
  158.             "HireDate": "03/05/94 00:00:00",
  159.             "Address": "4726 - 11th Ave. N.E.",
  160.             "City": "Seattle",
  161.             "Region": "WA",
  162.             "PostalCode": "98105",
  163.             "Country": "USA",
  164.             "HomePhone": "(206) 555-1189",
  165.             "Extension": "2344",
  166.             "Photo": "BINARY_FILE:Employees/7_Photo",
  167.             "Notes": "Laura received a BA in psychology from the University of Washington.  She has also completed a course in business French.  She reads and writes French.",
  168.             "ReportsTo": 2
  169.         },
  170.         {
  171.             "EmployeeID": 9,
  172.             "LastName": "Dodsworth",
  173.             "FirstName": "Anne",
  174.             "Title": "Sales Representative",
  175.             "TitleOfCourtesy": "Ms.",
  176.             "BirthDate": "01/27/66 00:00:00",
  177.             "HireDate": "11/15/94 00:00:00",
  178.             "Address": "7 Houndstooth Rd.",
  179.             "City": "London",
  180.             "PostalCode": "WG2 7LT",
  181.             "Country": "UK",
  182.             "HomePhone": "(71) 555-4444",
  183.             "Extension": "452",
  184.             "Photo": "BINARY_FILE:Employees/8_Photo",
  185.             "Notes": "Anne has a BA degree in English from St. Lawrence College.  She is fluent in French and German.",
  186.             "ReportsTo": 5
  187.         }
  188.     ]
  189. }